home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sabermania.swf / scripts / DefineSprite_738_chargerbg / frame_53 / PlaceObject2_120_14 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2006-05-08  |  366b  |  21 lines

  1. onClipEvent(load){
  2.    if(this.hitTest(_root.flashsaber.light) && Key.isDown(90))
  3.    {
  4.       _root.lf.play();
  5.    }
  6.    else
  7.    {
  8.       if(_root.sabertype == "flashsaber")
  9.       {
  10.          _root.health -= 15;
  11.       }
  12.       else
  13.       {
  14.          _root.health = 0;
  15.          _root.lost = 1;
  16.       }
  17.       _root.lfred.play();
  18.       _root.play();
  19.    }
  20. }
  21.